projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b453f72
)
New variable last_point_position.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Mar 1994 20:08:49 +0000
(20:08 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 3 Mar 1994 20:08:49 +0000
(20:08 +0000)
src/commands.h
patch
|
blob
|
history
diff --git
a/src/commands.h
b/src/commands.h
index 0f733aeb42cba8014f2fa6075040db10e825b651..65f16e84989975b89f171ed47377e9ac5467600b 100644
(file)
--- a/
src/commands.h
+++ b/
src/commands.h
@@
-60,6
+60,9
@@
extern Lisp_Object unread_switch_frame;
/* Previous command symbol found here for comparison */
extern Lisp_Object last_command;
+/* Previous value of point */
+extern int last_point_position;
+
/* Nonzero means ^G can quit instantly */
extern int immediate_quit;